home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11002 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: silver.sdsmt.edu!not-for-mail
  2. From: jcf3820@silver.sdsmt.edu (James Foster)
  3. Newsgroups: comp.lang.c++
  4. Subject: 32-bit record
  5. Date: 12 Mar 1996 06:54:38 GMT
  6. Organization: South Dakota School of Mines and Technology
  7. Distribution: world
  8. Message-ID: <4i373e$71s@news.sdsmt.edu>
  9. NNTP-Posting-Host: silver.sdsmt.edu
  10. Summary: tlink error
  11. Keywords: tlink, 32, 32-bit
  12. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  13.  
  14. I'm trying to link a library that came with a book to a program I've
  15. written, but there is a problem.. it seems the library has 32 bit code
  16. in it and according to the help file in the turbo c++ editor I need to
  17. use a /3 option with tlink
  18.  
  19. soo.. I use tlink /3 etc. etc. etc. and then I get two errors depending on
  20. how I type it.. one error says that there is an error at address A00000 
  21. or something like that, another is that it can't open oldnames.lib.
  22.  
  23. so, instead of using the library I took the individual .obj files that
  24. make up the library and try just linking them to my program.. the problem
  25. here is that these contain 32 bit code as well and I still get the same 
  26. errors.. can anyone help me, and tell me what I'm doing wrong?
  27. thanks!
  28.  
  29. chad
  30.  
  31.